Interface CreateEvent

interface CreateEvent {
    blockId: string;
    type: "create";
}

Properties

Properties

blockId: string
type: "create"