Stratal API Reference
    Preparing search index...

    Interface GuardMetadata

    Metadata stored by @UseGuards decorator

    interface GuardMetadata {
        guards: Guard[];
    }
    Index

    Properties

    Properties

    guards: Guard[]