Type Alias AccountsUploadVirtualBackgroundFilesResponse

AccountsUploadVirtualBackgroundFilesResponse: {
    id?: string;
    is_default?: boolean;
    name?: string;
    size?: number;
    type?: string;
}