We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63161c3 commit c219635Copy full SHA for c219635
tests/test-team/helpers/types.ts
@@ -36,15 +36,15 @@ export type CreateTemplatePayload = TypeSpecificProperties & {
36
clientId: string;
37
name: string;
38
templateType: string;
39
- userId: string
+ userId: string;
40
};
41
42
export type UpdateTemplatePayload = TypeSpecificProperties & {
43
44
45
46
templateStatus: string;
47
48
49
50
export type Template = TypeSpecificProperties & {
@@ -57,5 +57,5 @@ export type Template = TypeSpecificProperties & {
57
58
59
owner: string;
60
61
0 commit comments