interface FindDemosIdByWeb2IdentityQuery {
    context:
        | "github"
        | "twitter"
        | "telegram"
        | "discord";
    type: "web2";
    userId?: string;
    username: string;
}

Properties

context:
    | "github"
    | "twitter"
    | "telegram"
    | "discord"
type
userId?: string
username: string