/**
 * The full static server infos.
 * It should be used when all optional properties are settled.
 */
export type StaticServerOptions = {
    staticServerId: string;
    staticServerPort: number;
    staticServerRoutePrefix: string;
};
