@grandlinex/kernel
    Preparing search index...

    Type Alias AuthResult

    type AuthResult = {
        userId: string | null;
        valid: boolean;
    }
    Index

    Properties

    Properties

    userId: string | null
    valid: boolean