@suluk/better-auth - v0.2.0
    Preparing search index...

    Interface PreviewRequestLike

    A minimal view of the Worker request — only .url (to read the role query param) is needed. Web Request satisfies it.

    interface PreviewRequestLike {
        url: string;
    }
    Index

    Properties

    Properties

    url: string