export type PublisherId = number; export interface PublisherData { id: PublisherId; name: string; }