feat: routine api (#32) #204
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.
|