Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface AdminFont

    interface AdminFont {
        id: number;
        name: string;
        source: "file" | "google";
        font_file: string | null;
        google_font_url: string;
        is_active: boolean;
        sort_order: number;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    id: number
    name: string
    source: "file" | "google"
    font_file: string | null
    google_font_url: string
    is_active: boolean
    sort_order: number
    created_at: string
    updated_at: string