@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface ThemeStudioManifest

    Shape of the manifest JSON file.

    interface ThemeStudioManifest {
        namespaces: Record<string, string>;
        tokenCount: number;
        tokens: readonly ThemeStudioToken[];
    }
    Index

    Properties

    namespaces: Record<string, string>
    tokenCount: number
    tokens: readonly ThemeStudioToken[]