APIBrandKit: {
    characterStyles: APIBrandKitCharacterStyle[];
    colors: APIBrandKitColor[];
    dateCreated: string;
    fonts: APIBrandKitFont[];
    id: Id;
    lastModifiedDate: string;
    media: Next.APIBrandKitMedia[];
    name: string;
    paragraphStyles: APIBrandKitParagraphStyle[];
    themes: APIBrandKitTheme[];
}

API brand kit shape: used as the input to set(). Environment/API format with guid-based references.

Type declaration