brows3r — TypeScript API
    Preparing search index...

    Interface LifecycleRule

    A single lifecycle rule summary.

    interface LifecycleRule {
        id: string | null;
        prefix: string | null;
        status: string;
    }
    Index

    Properties

    Properties

    id: string | null
    prefix: string | null
    status: string