Interface GetModulesResponse

interface GetModulesResponse {
    folderType: string;
    modules: GetModulesModules[];
}

Properties

Properties

folderType: string

the folderType, based on the container used when calling this API

All modules present on this site

Generated using TypeDoc