@archastro/sdk
    Preparing search index...

    Interface CustomObjectSnapshot<TFields>

    interface CustomObjectSnapshot<TFields> {
        connectionId?: string;
        fields: TFields;
        id: string;
        readonly?: boolean;
    }

    Type Parameters

    • TFields
    Index

    Properties

    connectionId?: string
    fields: TFields
    id: string
    readonly?: boolean