interface CreateStyleGuideEnterpriseRequest {
    aiInstructions?: string;
    groupId?: null | number;
    isShared?: boolean;
    languageIds?: string[];
    name: string;
    projectIds?: number[];
    storageId: null | number;
}

Hierarchy (view full)

Properties

aiInstructions?: string
groupId?: null | number
isShared?: boolean
languageIds?: string[]
name: string
projectIds?: number[]
storageId: null | number