Preparing search index...
    type SecuredResourceModelType = {
        category: string;
        id: string;
        name: string;
        parent: SecuredResourceModelType | null;
        type: SecuredResourceType;
    }
    Index

    Properties

    category: string
    id: string
    name: string