feat(ticket): add audit timeline and safeguard extension rejection
This commit is contained in:
@@ -11,6 +11,8 @@ export const ticketKeys = {
|
||||
details: () => [...ticketKeys.all, 'detail'] as const,
|
||||
overview: (ticketId: string) =>
|
||||
[...ticketKeys.details(), ticketId, 'overview'] as const,
|
||||
timeline: (ticketId: string) =>
|
||||
[...ticketKeys.details(), ticketId, 'timeline'] as const,
|
||||
classDetail: (ticketId: string, defectClass: string) =>
|
||||
[...ticketKeys.details(), ticketId, 'class', defectClass] as const,
|
||||
classDetectionLists: (videoId: string) =>
|
||||
|
||||
Reference in New Issue
Block a user