Type Alias CustomField<T>

CustomField<T>: {
    statement: string;
    type: "$";
    value?: T;
}

Type Parameters

  • T = any