Type Alias ContextAttribute
ContextAttribute: {
final: boolean;
key: string;
sourceType?: "ACCOUNT" | "STACK" | "WORKSPACE";
value: object;
}
Type declaration
final: boolean
key: string
OptionalsourceType?: "ACCOUNT" | "STACK" | "WORKSPACE"
value: object