fumeapp / modeltyper

Generate TypeScript interfaces from Laravel Models
MIT License
135 stars 16 forks source link

Swap Modify with Omit #36

Open acidjazz opened 1 year ago

acidjazz commented 1 year ago
    export interface RoleResults extends Omit<Results, 'data'> {
      data: Role[]
    }
github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.