export interface IWcpUserPatDto { name: string; meta: Record; token: string; expiresOn: string | null; user: { email: string; }; }