Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface GuardResult

    interface GuardResult {
        allowed: boolean;
        reason?: string;
        redirectTo?: string;
    }
    Index

    Properties

    allowed: boolean
    reason?: string
    redirectTo?: string