chore: remove UsageAlert

This commit is contained in:
Ali BARIN
2023-04-16 14:22:30 +00:00
parent 80ee974973
commit fcf3a480be
7 changed files with 0 additions and 189 deletions

View File

@@ -1,14 +0,0 @@
import { gql } from '@apollo/client';
export const GET_USAGE_DATA = gql`
query GetUsageData {
getUsageData {
name
allowedTaskCount
consumedTaskCount
remainingTaskCount
nextResetAt
}
}
`;