@signnow/api-client
Version:
SignNow REST Service Wrapper
15 lines (14 loc) • 1.29 kB
TypeScript
export type { SubscriptionDelete as SubscriptionDeleteResponse } from './response/subscriptionDelete';
export type { SubscriptionGet as SubscriptionGetResponse } from './response/subscriptionGet';
export type { SubscriptionPost as SubscriptionPostResponse } from './response/subscriptionPost';
export type { SubscriptionPut as SubscriptionPutResponse } from './response/subscriptionPut';
export type { Attribute as AttributeRequestAttribute } from './request/data/attribute';
export type { Header as HeaderRequestAttribute } from './request/data/header';
export type { Content as DataContentResponseAttribute } from './response/data/data/content';
export type { Data as DataResponseAttribute } from './response/data/data/data';
export type { Header as DataHeaderResponseAttribute } from './response/data/data/header';
export type { JsonAttribute as DataJsonAttributeResponseAttribute } from './response/data/data/jsonAttribute';
export { SubscriptionDelete as SubscriptionDeleteRequest } from './request/subscriptionDelete';
export { SubscriptionGet as SubscriptionGetRequest } from './request/subscriptionGet';
export { SubscriptionPost as SubscriptionPostRequest } from './request/subscriptionPost';
export { SubscriptionPut as SubscriptionPutRequest } from './request/subscriptionPut';