refactor: introduce dedicated identifier types for improved clarity and type safety
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Types aligned with OpenAPI schemas for common endpoints.
|
||||
import type { Identifier } from '../types/identifiers';
|
||||
|
||||
export type Identifier = string | number;
|
||||
export type { Identifier };
|
||||
|
||||
export interface DownloadLink {
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user