Type Alias AccountVariableResponse
AccountVariableResponse: {
createdAt: string;
description: string;
mandate: boolean;
name: string;
value?: string;
}
Type declaration
createdAt: string
description: string
mandate: boolean
name: string
Optionalvalue?: string
Account variable creation data