interface Options<T> {
    allowed: T[];
    default: null | T;
}

Type Parameters

  • T

Properties

Properties

allowed: T[]
default: null | T