interface StyleGuide {
    aiInstructions: null | string;
    createdAt: string;
    downloadLink: string;
    groupId?: number;
    id: number;
    isShared: boolean;
    languageIds: null | string[];
    name: string;
    projectIds: null | number[];
    updatedAt: string;
    userId: number;
    webUrl: string;
}

Properties

aiInstructions: null | string
createdAt: string
downloadLink: string
groupId?: number

Enterprise only

id: number
isShared: boolean
languageIds: null | string[]
name: string
projectIds: null | number[]
updatedAt: string
userId: number
webUrl: string