Interface Shapes

interface Shapes {
    action: string;
    payload: ShapePayload;
}

Properties

Properties

action: string
payload: ShapePayload