BrandKit: {
    characterStyles: PropertyState<CharacterStyle>[];
    colors: PropertyState<DocumentColor>[];
    fontFamilies: PropertyState<DocumentFontFamily>[];
    gradients: PropertyState<DocumentGradient>[];
    id: string | null;
    isAutoSync: boolean | null;
    media: PropertyState<BrandKitMedia>[];
    name: string | null;
    paragraphStyles: PropertyState<ParagraphStyle>[];
    selectedThemeName: string | null;
    version: string | null;
}

Type declaration