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