Objects who provide a custom way of printing themselves should implement this interface.

interface IPrintable {
    "[symbol]": () => OptionalAsyncThunk;
}

Implemented by

Properties

Properties

"[symbol]": () => OptionalAsyncThunk

Returns a function to print this object or null if it cannot be printed.