Interface AsukaPaidExportConsumeResult

interface AsukaPaidExportConsumeResult {
    billable?: boolean;
    exportType?: string;
    metadata?: Record<string, unknown>;
    ok?: boolean;
    usage?: Record<string, unknown>;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

billable?: boolean
exportType?: string
metadata?: Record<string, unknown>
ok?: boolean
usage?: Record<string, unknown>