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

    Interface Blueprint

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

    Properties

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