BrandKit: {
    characterStyles: CharacterStyle[];
    colors: DocumentColor[];
    fontFamilies: DocumentFontFamily[];
    gradients: DocumentGradient[];
    id: string | null;
    media: BrandKitMedia[];
    name: string | null;
    paragraphStyles: ParagraphStyle[];
    themes: BrandKitTheme[];
    version: string | null;
}

Unified brand kit type for the next API (output of get() and set()). Represents the flat engine shape (id, version, name, and document-style resources).

Type declaration