UNPKG

feature-toggle-client

Version:

feature-toggle-client

8 lines (7 loc) 224 B
import { Instruction } from '../types/Instruction'; export declare class AddUserRequest { comment: string; environmentKey?: string; instructions: Instruction[]; constructor(init?: Partial<AddUserRequest>); }