export default interface IIdentityResponse{
    status: string;
    swrve_id: string;
}
