1
0
ohmyform/ui/next.config.type.ts

12 lines
207 B
TypeScript
Raw Permalink Normal View History

export interface NextConfigType {
publicRuntimeConfig: {
environment: string,
endpoint: string
spa?: boolean
mainBackground?: string
}
serverRuntimeConfig: {
endpoint: string
}
}