/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * SignatureType is the type of signature format. */ export type SignatureType = 'bundle-v0.3' | 'simplesigning-v1';