Type Alias PinnedLink

type PinnedLink = {
    createdAt: string;
    createdBy: string;
    id: string;
    link: string;
    name: string;
    scope: "user" | "tenant";
    tenantId: string;
    type: "custom-link";
    updatedAt?: string;
    updatedBy?: string;
}
Index

Properties

createdAt: string

Date string

createdBy: string
id: string
link: string
name: string
scope: "user" | "tenant"
tenantId: string
type: "custom-link"
updatedAt?: string

Date string

updatedBy?: string