tsbase
    Preparing search index...

    Interface ICommand

    Wraps a void function returning a Result

    interface ICommand {
        Command: () => void;
        Execute(): Result<null>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    Command: () => void

    Methods