Skip to content

feat: routine api (#32) #204

feat: routine api (#32)

feat: routine api (#32) #204

Triggered via push November 19, 2024 03:01
Status Failure
Total duration 1m 12s
Billable time 2m
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
deploy
Argument of type '{ text: string; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Argument of type '{ text: string; type: "submit"; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Argument of type '{ class: string; size: string; colour: "amber"; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Argument of type '{ class: string; size: string; colour: "red"; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Argument of type '{ text: string; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Argument of type '{ text: string; type: "submit"; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Argument of type '{ class: string; size: string; colour: "amber"; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Argument of type '{ class: string; size: string; colour: "red"; }' is not assignable to parameter of type '{ readonly type: "button" | "link" | "submit"; readonly colour: "primary" | "green" | "red" | "amber"; readonly to?: string | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
deploy
Process completed with exit code 1.