interface Start {
    data: Record<string, never>;
    type: "start";
}

Properties

Properties

data: Record<string, never>
type