Skip to content

Commit

Permalink
fix(custom-object): fixed types naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kterry1 committed Nov 30, 2023
1 parent c06ba41 commit 1c4a1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/custom-object/src/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
2 changes: 1 addition & 1 deletion models/custom-object/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type TCustomObjectDraftGraphql = TCustomObjectDraft & {
//CustomObject
export type TCustomObject = CustomObject;
export type TCustomObjectBuilder = TBuilder<TCustomObject>;
export type TCreateAssociateRoleBuilder = () => TCustomObjectBuilder;
export type TCreateCustomObjectBuilder = () => TCustomObjectBuilder;
export type TCustomObjectGraphql = TCustomObject & {
__typename: 'CustomObject';
};

0 comments on commit 1c4a1bb

Please sign in to comment.