interface FindDemosIdByWeb3IdentityQuery {
    address: string;
    chain: string;
    type: "xm";
}

Properties

Properties

address: string
chain: string
type