Sorci.js
    Preparing search index...

    Type Alias SorciEventCreatePayload

    type SorciEventCreatePayload = {
        data: Record<string, any>;
        identifier?: Record<string, any>;
        type: string;
    }
    Index

    Properties

    Properties

    data: Record<string, any>
    identifier?: Record<string, any>
    type: string