Variable AccountDeletedEventStructConst
AccountDeletedEventStruct: Struct<{
method: "notify:accountDeleted";
params: {
id: string;
};
}, {
method: Struct<"notify:accountDeleted", "notify:accountDeleted">;
params: Struct<{
id: string;
}, {
id: Struct<string, null>;
}>;
}> = ...
Type declaration
method: "notify:accountDeleted"
params: {
id: string;
}
Type declaration
method: Struct<"notify:accountDeleted", "notify:accountDeleted">
params: Struct<{
id: string;
}, {
id: Struct<string, null>;
}>
Deleted account ID.