vapor-chamber API reference - v1.3.0
    Preparing search index...

    Type Alias BackendResponse

    The JSON shape expected from the backend

    type BackendResponse = {
        ok?: boolean;
        state?: any;
        error?: string;
    }
    Index

    Properties

    Properties

    ok?: boolean
    state?: any
    error?: string