Extracted some types to shared module.
This commit is contained in:
parent
7671bfd4d3
commit
7ef13bc28c
4 changed files with 47 additions and 12 deletions
server/types
|
@ -1,7 +1,5 @@
|
|||
import {ArrayField, Field, RawJsonField} from "sparkson"
|
||||
|
||||
export type Version = string;
|
||||
|
||||
// TODO: Replace string types by more specific types like URL, Password, etc.
|
||||
|
||||
export class LoggingConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue