@sentio/sdk
    Preparing search index...

    Type Alias ExportConfig

    ExportConfig: Message<"processor.ExportConfig"> & {
        channel: string;
        name: string;
    }

    Type Declaration

    • channel: string

      from field: string channel = 2;

    • name: string

      from field: string name = 1;

    from message processor.ExportConfig