Type Alias ShortEntity<Key>

ShortEntity<Key>: {
    id: number;
} & Record<Key, string>

Type Parameters

  • Key extends string