Skip to main content

HookSubscribeResponse

type HookSubscribeResponse = {
id: number;
status: "ok";
};

Type Declaration

NameType
idnumber
status"ok"