Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create api card and form to request Ign download api #989

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
fix(ign): change to upper case
  • Loading branch information
mmohadIGN committed Dec 27, 2024
commit 5e6390604f3164e7cad3dc8aa221715378617bb3
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface ListUrl {
url: string
}

export interface listChoice {
export interface ListChoice {
zone: Choice[]
format: Choice[]
editionDate: Choice[]
Expand Down