Chartbreaker
    Preparing search index...

    Type Alias GenericTableRowValueLinkUrl

    type GenericTableRowValueLinkUrl = {
        text: string;
        type: "url";
        url: string;
    }
    Index

    Properties

    Properties

    text: string
    type: "url"
    url: string