* wip * Wip * Wip * Finished v1 * Wip * Fix from PR * Removed unused fragment masking feature * Fix from PR * Removed POC from nav bar * Fix lint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
9 lines
183 B
TypeScript
9 lines
183 B
TypeScript
// TODO: add zod to validate that we have at least id on each object
|
|
export const useCreateOneCustomObject = ({
|
|
_objectName,
|
|
}: {
|
|
_objectName: string;
|
|
}) => {
|
|
// TODO : code
|
|
};
|