Type Alias ContextAttributeDto
ContextAttributeDto: {
final: boolean;
key: string;
source?: "ACCOUNT" | "STACK" | "WORKSPACE";
value: object;
}
Type declaration
final: boolean
key: string
Optionalsource?: "ACCOUNT" | "STACK" | "WORKSPACE"
value: object