why do I need an admin account?!?!?!?!?
This commit is contained in:
parent
cb7f45373c
commit
4a4299a217
2 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,12 @@
|
|||
@export()
|
||||
type Context = {
|
||||
@minLength(2)
|
||||
locationAbbreviation: string
|
||||
@minLength(2)
|
||||
location: string
|
||||
@minLength(3)
|
||||
environment: string
|
||||
@minLength(2)
|
||||
projectName: string
|
||||
deployedAt: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue