@twilio/flex-sdk
    Preparing search index...
    interface InstanceProperties {
        data: Record<string, unknown> | null | undefined;
        errors: readonly GraphQLFormattedError[];
        extensions: Record<string, unknown> | undefined;
    }
    Index

    Properties

    data: Record<string, unknown> | null | undefined

    Partial data returned in the data field of the GraphQL response.

    errors: readonly GraphQLFormattedError[]

    The raw list of GraphQL errors returned by the errors field in the GraphQL response.

    extensions: Record<string, unknown> | undefined

    Extensions returned by the extensions field in the GraphQL response.