Type Alias CreatePinnedLinkPayload

type CreatePinnedLinkPayload = {
    link: string;
    name: string;
}
Index

Properties

Properties

link: string

The URL the user will be taken to when they click on the custom link. Must be https.

name: string

The title of the link, which will be shown in the navigation bar. Max length 50 characters.