Project

General

Profile

1
export interface IMyInputAutoFill {
2
    separator: string;
3
    formatParts: Array<string>;
4
    enabled: boolean;
5
}
(8-8/16)