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

Hierarchy (view full)

Properties

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