@thepalaceproject/circulation-admin
    Preparing search index...

    Interface LaneData

    interface LaneData {
        count: number;
        custom_list_ids: number[];
        display_name: string;
        id: string | number;
        inherit_parent_restrictions: boolean;
        sublanes: LaneData[];
        visible: boolean;
    }
    Index

    Properties

    count: number
    custom_list_ids: number[]
    display_name: string
    id: string | number
    inherit_parent_restrictions: boolean
    sublanes: LaneData[]
    visible: boolean