Interface IFrontNewUserModel

    interface IFrontNewUserModel {
        id: string;
        model: IModel;
        owners: string[];
        template: string;
    }

    Hierarchy (view full)

    Properties

    Properties

    id: string
    model: IModel
    owners: string[]
    template: string

    Generated using TypeDoc and TypeDoc Airthium Plugin