UNPKG

channelape-sdk

Version:
7 lines (6 loc) 204 B
import EnvironmentVariableKey from './EnvironmentVariableKey'; export default interface StepCreateRequest { public: boolean; name: string; environmentVariableKeys: EnvironmentVariableKey[]; }