Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/server/static-react/src/constants/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,3 @@ export const CACHE_KEYS = {
VERIFY: "verify",
PARAMETERIZED_QUERY: "parameterized-query",
} as const;


// Type definitions for better type safety
export type SchemaState = (typeof SCHEMA_STATES)[keyof typeof SCHEMA_STATES];
2 changes: 0 additions & 2 deletions src/server/static-react/src/constants/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export const SCHEMA_STATES = {
ERROR: 'error',
} as const;

export type SchemaState = (typeof SCHEMA_STATES)[keyof typeof SCHEMA_STATES];

// Range schema constants
export const RANGE_SCHEMA_CONFIG = {
FIELD_TYPE: 'Range',
Expand Down
Loading