chore(pockethost): add region to InstanceFields

This commit is contained in:
Ben Allfree 2024-07-31 03:06:24 -04:00
parent a1dfee22a7
commit e9247b0fda

View File

@ -20,6 +20,7 @@ export type InstanceSecretCollection = {
}
export type InstanceFields = BaseFields & {
region: string
subdomain: Subdomain
uid: UserId
status: InstanceStatus