Member Junction
    Preparing search index...

    Options for creating public links

    interface PublicLinkOptions {
        expiresAt?: Date;
        maxViews?: number;
        password?: string;
    }
    Index

    Properties

    expiresAt?: Date
    maxViews?: number
    password?: string