@resistdesign/voltra
    Preparing search index...

    Type Alias BaseTypeInfoORMAPIRequestState

    Request state for a single TypeInfoORM API method.

    type BaseTypeInfoORMAPIRequestState = {
        data?: any;
        error?: TypeInfoORMServiceError;
        loading?: boolean;
    }
    Index

    Properties

    Properties

    data?: any

    Latest successful response data.

    Latest request error.

    loading?: boolean

    Whether the request is currently loading.