interface ServerOptions {
    identifierPrefix?: string;
}

Properties

identifierPrefix?: string