chore: properties validation. (#5718)
This commit is contained in:
parent
04686d1721
commit
b1dccf3773
3 changed files with 4 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
type TIssueAdditionalPropertyValuesUpdateProps = {
|
||||
export type TIssueAdditionalPropertyValuesUpdateProps = {
|
||||
issueId: string;
|
||||
issueTypeId: string;
|
||||
projectId: string;
|
||||
workspaceSlug: string;
|
||||
isDisabled: boolean;
|
||||
};
|
||||
|
||||
export const IssueAdditionalPropertyValuesUpdate: React.FC<TIssueAdditionalPropertyValuesUpdateProps> = () => <></>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue