UNPKG

@seven.io/client

Version:
14 lines (13 loc) 284 B
export type ValidateResponse = { code?: string; error: string | null; formatted_output?: string | null; id?: number | null; sender?: string; success: boolean; voice?: boolean; }; export type ValidateParams = { callback?: string; number: string; };