Type alias ObjectArgument<T>

ObjectArgument<T>: Argument<Object, T> & {
    remoteUrl?: string;
}

Type Parameters

  • T

Type declaration

  • Optional remoteUrl?: string

Generated using TypeDoc