Type Alias TypeRef<AllowedLocations>

TypeRef<AllowedLocations>: {
    isList: boolean;
    location: AllowedLocations;
    namespace?: FieldNamespace;
    type: string;
}

Type Parameters