instruct-request-axios
Version:
18 lines (15 loc) • 338 B
text/typescript
import Instruction,{
InstructionConfig,
InstructionType,
InstructionTriggerType,
InstructionConfigObject,
InstructionContainer
} from "./instruction";
export default Instruction;
export {
InstructionConfig,
InstructionType,
InstructionTriggerType,
InstructionConfigObject,
InstructionContainer
}