@seamapi/blueprint - v0.53.0
    Preparing search index...

    Interface Blueprint

    interface Blueprint {
        actionAttempts: ActionAttempt[];
        events: EventResource[];
        namespaces: Namespace[];
        pagination: Pagination | null;
        resources: Resource[];
        routes: Route[];
        title: string;
    }
    Index

    Properties

    actionAttempts: ActionAttempt[]
    events: EventResource[]
    namespaces: Namespace[]
    pagination: Pagination | null
    resources: Resource[]
    routes: Route[]
    title: string