Interface SystemCachesDataResponse

interface SystemCachesDataResponse {
    mapOfRefCodeByKey: Record<string, string>;
    refDefinitions: Record<string, SystemCachesRefDefinition>;
    references: Record<string, SystemCachesReference>;
}

Properties

mapOfRefCodeByKey: Record<string, string>
refDefinitions: Record<string, SystemCachesRefDefinition>
references: Record<string, SystemCachesReference>