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

Hierarchy (view full)

Properties

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