Websites v4 docs v8.3.1
    Preparing search index...

    Type Alias FontsAPICreateResponse

    type FontsAPICreateResponse = {
        content_type?: string;
        error?: { status: number };
        format?: string;
        path?: string;
        url?: string;
    }
    Index

    Properties

    content_type?: string
    error?: { status: number }
    format?: string
    path?: string
    url?: string