AddOptionServerRequest: {
    expiresAt?: Date;
    optionId: string;
    serverId: string;
    zone?: Zone;
}

Type declaration

  • OptionalexpiresAt?: Date

    Auto expire the option after this date.

  • optionId: string

    ID of the option to add.

  • serverId: string

    ID of the server.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.