Type Alias UpdatePlanePayload

UpdatePlanePayload: {
    label: string;
    planeType: "lane" | "pool";
} & Record<any, any>