import type { Signature } from './Signature'; export type SigningSideResponse = { /** * unique id */ uid: string; /** * name of the signing side */ name: string; /** * list of signature items. Each signature represents a person on either “your” or 'their' side */ signatures: Array; }; //# sourceMappingURL=SigningSideResponse.d.ts.map