Interface MetaResponse

interface MetaResponse {
    error?: string;
    meta: undefined | Meta;
}

Properties

Properties

error?: string
meta: undefined | Meta

Generated using TypeDoc