Skip to main content

TypeAlias.Event_Wallet

type Event_Wallet = {
application: string;
count: number;
createdAt: string;
id: string;
subject: "wallet";
type: "create" | "update" | "delete";
updatedAt: string;
user: string | null;
};

Type Declaration

NameType
applicationstring
countnumber
createdAtstring
idstring
subject"wallet"
type"create"
updatedAtstring
userstring