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

Properties

aiInstructions?: string
groupId?: null | number

Enterprise only

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