Skip to content

TUrl object

TUrl is an object representing details about the certain url and consists of the following fields:

type TUrl = {
    relative: string;
    absolute: string;
};