/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * SignatureTimestampType is the type of timestamp used in the signature. */ export type SignatureTimestampType = 'Tlog' | 'TimestampAuthority';