UNPKG

flexbase-client

Version:
14 lines (13 loc) 289 B
import { Relationship } from './Constants.js'; export interface Statement { id: string; type: string; attributes: { period: string; }; relationships: { account: Relationship; customer?: Relationship; customers?: Relationship[]; }; }