Typeberry by Fluffy Labs - v0.9.0
    Preparing search index...

    Interface ShutdownLogger

    interface ShutdownLogger {
        error: (msg: string) => void;
        info: (msg: string) => void;
    }
    Index

    Properties

    Properties

    error: (msg: string) => void
    info: (msg: string) => void