Forest Admin - API reference
    Preparing search index...

    Type Alias InProcessDispatchResponse

    type InProcessDispatchResponse = {
        body: unknown;
        status: number;
        text: string;
    }
    Index

    Properties

    Properties

    body: unknown
    status: number
    text: string