Skip to main content

TypeAlias.Event_Application

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

Type Declaration

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