xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
17 lines (16 loc) • 432 B
TypeScript
import { ReportAttribute } from '././reportAttribute';
export declare class ReportCell {
'value'?: string;
'attributes'?: Array<ReportAttribute>;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}