freeboard
    Preparing search index...

    Type Alias RevokedTokensFeedResponse

    type RevokedTokensFeedResponse = {
        nextCursor?: string | null;
        cursorExpired?: boolean;
        events?: RevokedTokenEvent[];
    }
    Index

    Properties

    nextCursor?: string | null
    cursorExpired?: boolean