Type alias Operation

Operation: Alias<`${Querier.Type} ${string}`>

String literal helper type. Enforces any assigned string to conform to the standard form of an Operation: A string starting with the Type, followed by one whitespace and the operation content.

Generated using TypeDoc