Type Alias CreatePinnedLinkConfigPayload

type CreatePinnedLinkConfigPayload = {
    scope: "tenant";
    type: "custom-link";
}
Index

Properties

Properties

scope: "tenant"

Specifies the scope of the link. Only supports tenant.

type: "custom-link"

Specifies the type of the link. Only supports custom-link.