export interface SearchUserIdentity {
    id: string;
    identity: string;
}
