xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
27 lines (26 loc) • 532 B
TypeScript
export declare class NICategoryOneOf {
'niCategory'?: NICategoryOneOf.NiCategoryEnum;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}
export declare namespace NICategoryOneOf {
enum NiCategoryEnum {
F,
I,
L,
S,
N,
E,
D,
K
}
}