UNPKG

abowire

Version:

This is the official **Abowire Javascript SDK**, which makes it easy to connect to the Abowire **GraphQL API** and includes all the required dependencies you need.

12 lines (11 loc) 901 B
export declare const clientCredentialsSchema: import("yup/lib/object").OptionalObjectSchema<{ clientId: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>; secret: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>; scopes: any; authUrl: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>; }, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{ clientId: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>; secret: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>; scopes: any; authUrl: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>; }>>;