type WCErrorResponse = { code: number; data?: string; message: string;};
type code = number;
type data = string;
type message = string;