Interface GetMapSectionsInput

interface GetMapSectionsInput {
    isTemplate: boolean;
    limit?: number;
    offset?: number;
    rootSlug: string;
}

Properties

isTemplate: boolean
limit?: number
offset?: number
rootSlug: string