Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias ImagesAPICreateResponse

    type ImagesAPICreateResponse = {
        async?: boolean;
        error?: { status: number };
        homeflow_id?: string;
        path?: string;
        url?: string;
    }
    Index

    Properties

    async?: boolean
    error?: { status: number }
    homeflow_id?: string
    path?: string
    url?: string