Interface Blueprint

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

Properties

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