mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-12 00:02:39 +00:00
cast values
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { registerAs } from '@nestjs/config';
|
||||
import { Config } from './config';
|
||||
|
||||
export interface CarpoolConfig {
|
||||
export interface CarpoolConfig extends Config {
|
||||
departureTimeMargin: number;
|
||||
role: string;
|
||||
seatsProposed: number;
|
||||
|
||||
Reference in New Issue
Block a user