interface InstrumentVerificationList {
    instrumentVerifications: InstrumentVerification[];
    meta: PagingResultMeta;
}

Properties

instrumentVerifications: InstrumentVerification[]

Generated using TypeDoc