tsbase
    Preparing search index...

    Type Alias HttpStatusCode

    type HttpStatusCode = {
        Code: number;
        Text: string;
    }
    Index

    Properties

    Properties

    Code: number
    Text: string