Search


Search something to see results
interface Account {
    email: AccountEmail;
    id: AccountId;
    kind: "Account";
}

Index

Properties

Properties

kind: "Account"