boldsign
Version:
NodeJS client for boldsign
18 lines (17 loc) • 478 B
TypeScript
import { GroupUser } from './groupUser';
export declare class UpdateGroupContact {
'groupName'?: string | null;
'directories'?: Array<string> | null;
'contacts'?: Array<GroupUser> | null;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}