UpdateThreadArgs
type UpdateThreadArgs = {
content?: string | null;
id: number;
title?: string | null;
};
Type Declaration
Name | Type |
---|---|
content? | string | null |
id | number |
title? | string | null |
type UpdateThreadArgs = {
content?: string | null;
id: number;
title?: string | null;
};
Name | Type |
---|---|
content? | string | null |
id | number |
title? | string | null |